home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Lists Lingo.dir / Scripts_76_max(aPropertyList).ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  210 b   |  8 lines

  1. on mouseDown
  2.   global gDefaultPropList
  3.   doButton()
  4.   if ilk(gDefaultPropList, #propList) then
  5.     set the text of member "Checking Property Count Display Field 3" to string(max(gDefaultPropList))
  6.   end if
  7. end
  8.